home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 August / Macworld (1997-08).dmg / Shareware World / Info / For Developers / SC Basic / Example Programs / File Info / README < prev   
Text File  |  1997-06-17  |  857b  |  14 lines

  1. The FileInfo program will display the File Type and Creator of any file dragged onto it.
  2.  
  3. The source code and executable for FileInfo have been supplied.
  4. In order to recompile or change the program :
  5.     Double click on SCBasic.
  6.     Create a new project.
  7.     'Add File' FileInfo.bas (in the Project menu).
  8.     Select FileInfo.bas from the list box.
  9.         'Set Main' from the Project menu.
  10.     'Compile' from the Compile menu.
  11.     'Build Application' from the Compile menu. (overwrite the existing FileInfo 
  12.     application.
  13.  
  14. This example contains Macintosh Toolbox calls and implements a 'Drag and Drop' application launch capability. Some knowledge of these subjects will be required to fully understand this example. Implementing the 'Drag and Drop' capability requires the use of a tool such as ResEdit to create resources such as the Bundle resource (BNDL).